body {
  background-color: transparent;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  text-align: left;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  -moz-osx-font-smoothing: grayscale;
}

#C_012 .survey_content_ {
  font-size: 12px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.survey_document .survey_comp_navigation {
  margin-top: 1.25rem;
}

.survey_document .survey_component input[type="text"] {
  background: #fff;
  color: #4d5592;
  font-size: 0.875rem;
  height: 28px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 0.125rem;
  padding: 0 0.25rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.survey_document
  .survey_comp_navigation
  .survey_navigation
  a[class^="survey_navigation"],
.survey_document
  .survey_comp_navigation
  .survey_navigation
  input[class^="survey_navigation"] {
  border: none;
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem 0.9375rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  line-height: 1.25em;
  border-radius: 0.5rem;
  box-shadow: none;
  cursor: pointer;
  transition-duration: 0.24s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #0050d7;
}

.survey_document a:not([class])[target="_blank"] {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition-duration: 0.2s;
  padding: 0;
  background-color: transparent;
}

#C_011 .survey_content_ {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.survey_document .survey_error {
  color: #ffd2dd;
  background-color: transparent;
  border: none;
  font-size: .50rem
}

.survey_document .survey_error ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style : none
}

.survey_document .survey_error ul li {
  margin-left: 0
}

.survey_document .survey_controls {
  margin: 0.125rem 0;
}

.survey_document .survey_component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  position: relative;
}

.survey_document .survey_comp_navigation {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}

.survey_document .survey_comp_navigation .survey_navigation {
  text-align: center;
  position: relative;
}
